Avoid a stray 'yes' in configure output
authorMatthias Clasen <mclasen@redhat.com>
Mon, 28 Jun 2010 16:36:33 +0000 (12:36 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 28 Jun 2010 16:36:33 +0000 (12:36 -0400)
The corresponding AC_MSG_CHECKING line got lost

configure.ac

index c762bff860548ae0a3ebdcf2ecc0d649f50dcca1..70db346def3c8269cff99b4d52c28c968ff95adc 100644 (file)
@@ -740,6 +740,8 @@ AC_MSG_RESULT($gtk_uxtheme_h)
 AC_CHECK_HEADERS(crt_externs.h)
 AC_CHECK_FUNCS(_NSGetEnviron)
 
+AC_MSG_CHECKING(whether to build dynamic modules)
+
 AC_ARG_ENABLE(modules,
               [AC_HELP_STRING([--disable-modules],
                               [disable dynamic module loading])])